func sync.fatal

6 uses

	sync (current package)
		runtime.go#L59: func fatal(string)
		rwmutex.go#L132: 		fatal("sync: RUnlock of unlocked RWMutex")
		rwmutex.go#L212: 		fatal("sync: Unlock of unlocked RWMutex")
		waitgroup.go#L94: 			fatal("sync: WaitGroup.Add called from multiple synctest bubbles")
		waitgroup.go#L100: 				fatal("sync: WaitGroup.Add called from inside and outside synctest bubble")
		waitgroup.go#L107: 		fatal("sync: WaitGroup.Add called from inside and outside synctest bubble")